home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000034_news@columbia.edu_Wed Dec 6 14:57:43 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA16303
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Wed, 6 Dec 1995 13:32:29 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id NAA22244 for kermit.misc@watsun; Wed, 6 Dec 1995 13:32:25 -0500
  4. Path: news.columbia.edu!panix!news.cloud9.net!news.sprintlink.net!europa.chnt.gtegsc.com!news.kreonet.re.kr!news.dacom.co.kr!newsfeed.internetmci.com!news.compuserve.com!news.production.compuserve.com!news
  5. From: "Rich Godlewsky 76412.156@compuserve.com" <76412.156@CompuServe.COM>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Server download file status
  8. Date: 6 Dec 1995 14:57:43 GMT
  9. Organization: Sparta Systems
  10. Lines: 25
  11. Message-Id: <4a4b17$76n$1@mhade.production.compuserve.com>
  12. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  13.  
  14. Under Windows environment, we are using Kermit's Server to 
  15. receive files from a remote site. Concurrently with executing the 
  16. Kermit server (using a *.pif), another (Windows) application is 
  17. running and is looking to process these downloaded files as soon 
  18. as each file is done downloading.
  19. while Kermit is active which waits until the kermit file is 
  20. received to process the new data.  This application determines 
  21. when kermit is done with receiving the file by trying to open the 
  22. file using exclusive mode, i.e., deny write and read access to 
  23. other applications.  
  24.  
  25. This data processing application runs fine on two of our three 
  26. PCs but on the third PC the data processing application can open 
  27. the file and even 
  28. delete the file while kermit is still receiving the file.
  29.  
  30. Is it possible to tell kermit that the file being received can 
  31. not be 
  32. accessed by any other application?  Note, MS Word does this when 
  33. editing 
  34. a file contary to Windows NotePad which allows others to access 
  35. and 
  36. delete a file while being edited.
  37.  
  38. Thanks in advance,